home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Selling Home Card / card_2109.txt < prev    next >
Text File  |  1990-04-09  |  6KB  |  280 lines

  1. -- card: 2109 from stack: in
  2. -- bmap block id: 4757
  3. -- flags: 0000
  4. -- background id: 2370
  5. -- name: INTRODUCTION
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide card field "target"
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 01
  15. -- high flags: 0004
  16. -- rect: left=14 top=60 right=273 bottom=231
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Text
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=220 top=308 right=342 bottom=263
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 21700 / 21700
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect scroll right
  42.   go to stack "Apple Scanner"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 7 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=404 top=280 right=303 bottom=430
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Left
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   show card field "Target"
  62.   put empty into card field "Target"
  63.   put "Moves to the previous card." into card field "Target"
  64. end  mouseUp
  65.  
  66.  
  67.  
  68. -- part 8 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=440 top=280 right=303 bottom=465
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Left
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   show card field "Target"
  83.   put empty into card field "Target"
  84.   put "Moves to the next card." into card field "Target"
  85. end  mouseUp
  86.  
  87.  
  88.  
  89. -- part 14 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=402 top=3 right=42 bottom=438
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 1008 / 1008
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: 
  101. ----- HyperTalk script -----
  102.  
  103.  
  104. on mouseUp
  105.   show card field "Target"
  106.   put empty into card field "Target"
  107.   put "Prints the currently displayed card." into card field "Target"
  108. end  mouseUp
  109.  
  110.  
  111.  
  112. -- part 15 (button)
  113. -- low flags: 00
  114. -- high flags: 0000
  115. -- rect: left=451 top=3 right=42 bottom=491
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 1004 / 1004
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: 
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   show card field "Target"
  127.   put empty into card field "Target"
  128.   put "Searches for a word in the glossary." into card field "Target"
  129. end  mouseUp
  130.  
  131.  
  132.  
  133. -- part 19 (button)
  134. -- low flags: 00
  135. -- high flags: 8004
  136. -- rect: left=287 top=317 right=338 bottom=425
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Examples
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   show card field "Target"
  148.   put empty into card field "Target"
  149.   put "Moves to the beginning of the Examples stack." into card field "Target"
  150. end  mouseUp
  151.  
  152.  
  153.  
  154. -- part 20 (button)
  155. -- low flags: 00
  156. -- high flags: 0000
  157. -- rect: left=220 top=308 right=342 bottom=263
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 21700 / 21700
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: 
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   show card field "Target"
  169.   put empty into card field "Target"
  170.   put "Returns to the Home Card, the first card of this stack." into card field "Target"
  171. end  mouseUp
  172.  
  173.  
  174.  
  175. -- part 21 (button)
  176. -- low flags: 00
  177. -- high flags: 2000
  178. -- rect: left=362 top=277 right=304 bottom=392
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 2162 / 2162
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: Return
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   visual effect scroll right
  190.   go back
  191. end mouseUp
  192.  
  193. --on mouseWithin
  194. --  show card field "Target"
  195. --  put "Returns to next higher level in stack.  Click to return to the home card of this stack." into card field "Target"
  196. end  mouseWithin
  197.  
  198. --on mouseLeave
  199. --  put empty into card field "Target"
  200. --  set the visible of cd fld "Target" to not the visible of cd fld "Target"
  201. --end  mouseLeave
  202.  
  203.  
  204.  
  205. -- part 22 (button)
  206. -- low flags: 00
  207. -- high flags: 0000
  208. -- rect: left=16 top=17 right=55 bottom=239
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 1
  212. -- font id: 0
  213. -- text size: 12
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: 
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   put empty into card field "Target"
  220.   put "This is the title of the card." into card field "Target"
  221. end mouseUp
  222.  
  223.  
  224.  
  225.  
  226. -- part 23 (field)
  227. -- low flags: 81
  228. -- high flags: 2004
  229. -- rect: left=263 top=123 right=211 bottom=479
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 0 / 0
  232. -- text alignment: 0
  233. -- font id: 3
  234. -- text size: 12
  235. -- style flags: 256
  236. -- line height: 16
  237. -- part name: Target
  238.  
  239.  
  240. -- part 24 (field)
  241. -- low flags: 00
  242. -- high flags: 0000
  243. -- rect: left=0 top=0 right=0 bottom=0
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 0 / 0
  246. -- text alignment: 0
  247. -- font id: 3
  248. -- text size: 12
  249. -- style flags: 0
  250. -- line height: 16
  251. -- part name: 
  252.  
  253.  
  254. -- part 25 (field)
  255. -- low flags: 00
  256. -- high flags: 0000
  257. -- rect: left=0 top=0 right=0 bottom=0
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 0
  261. -- font id: 3
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: 
  266.  
  267.  
  268. -- part contents for card part 1
  269. ----- text -----
  270. In order to complete this stack you need:
  271.  
  272. An Apple Macintosh Plus,SE or II, with a hard disk, and HyperCard Version 1.2 are required to run the Apple Scanner stacks. 
  273.  
  274. NOTE: For optimal display of the text in this stack, you should have the following font in your System file: Geneva 12.
  275.  
  276.  
  277.  
  278. -- part contents for card part 23
  279. ----- text -----
  280. Moves to the previous card.